Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anonymous IP and Connection Type support #168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rjmanzoni
Copy link

No description provided.

@Sitwon
Copy link
Contributor

Sitwon commented Apr 21, 2020

The error that is failing both our PRs has nothing to do with our changes...
Seems like maybe MaxMind changed the URL for the data, but for whatever reason it fails to download and that fails the build. I haven't debugged it any further.

Failure while downloading http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz: Failed to open TCP connection to geolite.maxmind.com:80 (initialize: name or service not known)
rake aborted!
SocketError: Failed to open TCP connection to geolite.maxmind.com:80 (initialize: name or service not known)
org/jruby/ext/socket/RubyTCPSocket.java:151:in `initialize'
org/jruby/ext/timeout/Timeout.java:99:in `timeout'
org/jruby/ext/timeout/Timeout.java:75:in `timeout'
/usr/share/logstash/vendor/jruby/bin/bundle:23:in `<main>'
Caused by:
SocketError: initialize: name or service not known
org/jruby/ext/socket/RubyTCPSocket.java:151:in `initialize'
org/jruby/ext/timeout/Timeout.java:99:in `timeout'
org/jruby/ext/timeout/Timeout.java:75:in `timeout'
/usr/share/logstash/vendor/jruby/bin/bundle:23:in `<main>'
Tasks: TOP => vendor/GeoLite2-City.mmdb.gz
(See full trace by running task with --trace)
ERROR: Service 'logstash' failed to build: The command '/bin/sh -c bundle exec rake vendor' returned a non-zero code: 1
The command ".ci/docker-setup.sh" failed and exited with 1 during .

Your build has been stopped.

@rjmanzoni
Copy link
Author

http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz

This address is not working anymore. Maxmind has removed database download without an account. So, maybe the contributors should create an account in Maxmind for this plugin in order to download the databases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants